projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b56980e
)
test-css-parser: Drop unused property
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 21 Dec 2015 19:07:08 +0000
(14:07 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 21 Dec 2015 19:07:08 +0000
(14:07 -0500)
The border-property is no longer used in any tests, drop it.
testsuite/css/parser/test-css-parser.c
patch
|
blob
|
history
diff --git
a/testsuite/css/parser/test-css-parser.c
b/testsuite/css/parser/test-css-parser.c
index 7444e37a2039d2564d68854773b17eac66e06e1f..a88dbb986526d14cb9bf8d001c51659efe8e760f 100644
(file)
--- a/
testsuite/css/parser/test-css-parser.c
+++ b/
testsuite/css/parser/test-css-parser.c
@@
-326,12
+326,6
@@
main (int argc, char **argv)
"test rgba properties",
GDK_TYPE_RGBA,
G_PARAM_READABLE));
- gtk_style_properties_register_property (NULL,
- g_param_spec_boxed ("border-property",
- "border property",
- "test border properties",
- GTK_TYPE_BORDER,
- G_PARAM_READABLE));
gtk_style_properties_register_property (NULL,
g_param_spec_enum ("enum-property",
"enum property",